home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / mawk10.zip / PACKING.LIS < prev    next >
File List  |  1991-10-05  |  3KB  |  152 lines

  1.  
  2. ################################################
  3. # These files form the mawk distribution
  4. #
  5. # Mawk is an implementation of the AWK Programming Language as
  6. # defined and described in Aho, Kernighan and Weinberger, The
  7. # Awk Programming Language, Addison-Wesley, 1988.
  8. #
  9. ################################################
  10. packing.list        this file
  11. README            description of mawk 1.0
  12. INSTALL            installation instructions
  13. COPYING            GNU General Public License, version 2    
  14. ACKNOWLEDGMENT
  15. UCONFIG
  16. build_mawk              shell script for making from known configuration
  17. Makefile        mawk makefiles
  18. Makefile.v7
  19. fix_ytab        shell script to modify bison output
  20. V7_notes        how to install mawk on V7 unix
  21. ######################
  22. array.c            source files
  23. bi_funct.c
  24. bi_funct.h
  25. bi_vars.c
  26. bi_vars.h
  27. cast.c
  28. code.c
  29. code.h
  30. da.c
  31. error.c
  32. execute.c
  33. fcall.c
  34. field.c
  35. field.h
  36. files.c
  37. files.h
  38. fin.c
  39. fin.h
  40. hash.c
  41. init.c
  42. init.h
  43. jmp.c
  44. jmp.h
  45. kw.c
  46. main.c
  47. makescan.c
  48. matherr.c
  49. mawk.h
  50. memory.c
  51. memory.h
  52. parse.c
  53. parse.h
  54. parse.y
  55. parse2.xc
  56. patchlev.h
  57. print.c
  58. re_cmpl.c
  59. regexp.h
  60. repl.h
  61. scan.c
  62. scan.h
  63. scancode.c
  64. sizes.h
  65. split.c
  66. symtype.h
  67. types.h
  68. version.c
  69. zmalloc.c
  70. zmalloc.h
  71. ########################
  72. # directory:  man
  73. man/mawk.1        troff input for unix style man pages
  74. man/mawk.doc.uu      ascii man pages, uuencoded
  75. ########################
  76. # directory:  rexp
  77. rexp/Makefile        makefiles for regexp.a
  78. rexp/Makefile.v7
  79. rexp/Makefile.MSC
  80. rexp/rexp.c        source for regular matching library
  81. rexp/rexp.h
  82. rexp/rexp0.c
  83. rexp/rexp1.c
  84. rexp/rexp2.c
  85. rexp/rexp3.c
  86. rexp/rexpdb.c
  87. #########################
  88. # directory:  config
  89. config/generic.h
  90. config/Idefault.h
  91. config/template.h
  92. config/ultrix_vax.h
  93. config/bsd43_vax.h
  94. config/sun_os40.h
  95. config/tcc_dos.h
  96. config/V7.h
  97. config/xenix_r2.h
  98. config/sysV_ieeefp.h
  99. config/sysV.h
  100. config/msc_dos.h
  101. config/think_c.h
  102. config/dynix.h
  103. #######################
  104. # directory:  test      testing and benchmarking directory
  105. test/mawk_test          scripts to test mawk compiled OK
  106. test/mawk_test.v7
  107. test/mawk_test.dat      input data for the test
  108. test/fpe_test        scripts to test if fpe handling compiled OK
  109. test/fpe_test.v7
  110. test/wc.awk        awk programs used by the tests
  111. test/reg0.awk
  112. test/reg1.awk
  113. test/reg2.awk
  114. test/wfrq0.awk
  115. ######################
  116. # directory:  examples       useful awk programs
  117. examples/decl.awk
  118. examples/deps.awk
  119. examples/gdecl.awk
  120. examples/nocomment.awk
  121. examples/eatc.awk
  122. examples/gdecl.awk
  123. examples/primes.awk
  124. examples/qsort.awk
  125. ######################
  126. # directory  msdos
  127. msdos/NOTES
  128. msdos/reargv.c
  129. msdos/small.bat            command.com bat files to build mawk
  130. msdos/vsmall.bat        using TurboC++
  131. msdos/large.bat
  132. msdos/vlarge.bat
  133. msdos/objs_tcc.lnk
  134. msdos/Makefile.MSC        nmake and MSC 6.0A
  135. msdos/mawk_msc.lnk
  136. msdos/bmawk_msc.lnk
  137. #####################
  138. # directory  msdos/dostest
  139. msdos/dostest/decl-awk.out
  140. msdos/dostest/fpe_test.bat
  141. msdos/dostest/fpetest1.awk
  142. msdos/dostest/fpetest2.awk
  143. msdos/dostest/fpetest3.awk
  144. msdos/dostest/mawk_tes.bat
  145. msdos/dostest/mawk_tes.dat
  146. msdos/dostest/reg-awk.out
  147. msdos/dostest/wc-awk.out
  148. msdos/dostest/wfrq-awk.out
  149. ########################
  150. # directory macintosh
  151. macintosh/NOTES
  152.